Skip to content
Snippets Groups Projects
Commit f207ab11 authored by Kevin Genty's avatar Kevin Genty
Browse files

export mixins scss

parent 9ce20359
No related branches found
No related tags found
Loading
......@@ -3,6 +3,7 @@
# 1.11.0
- feat(skiplinks): ajout `DsfrAnchorLink#route` & ajout de l'output `linkSelect`
- chore: export des mixins sass
# 1.10.2
......
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/ngx-dsfr",
"assets": [{ "input": "src/lib/shared/styles", "glob": "**/*.scss", "output": "lib/shared/styles" }],
"lib": {
"entryFile": "src/public-api.ts"
},
......
......@@ -27,5 +27,8 @@
},
"engines": {
"node": ">=18.16.1"
},
"exports": {
"./mixins": "./lib/shared/styles/mixins.scss"
}
}
@import '../../shared/style/mixins.scss';
@import '../../shared/styles/mixins.scss';
dsfr-sidemenu {
@include item-icon;
......
@import '../../shared/style/mixins.scss';
@import '../../shared/styles/mixins.scss';
.fr-checkbox-group {
input[type='checkbox'].indeterminate {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment