@sb1/ffe-core
Advanced tools
Comparing version 29.1.4 to 29.2.0
{ | ||
"name": "@sb1/ffe-core", | ||
"version": "29.1.4", | ||
"version": "29.2.0", | ||
"description": "Rammeverk for Felles Front End", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"clean": "rm -rf css/ gen-src/ lib/", | ||
"build": "./scripts/build.js tokens.config.js && ./scripts/build-custom-mq.js less/breakpoints.less css/custom-media-queries.css && ffe-buildtool tsc" | ||
"build": "./scripts/build.js tokens.config.js && ./scripts/build-custom-mq.js less/breakpoints.less css/custom-media-queries.css && ffe-buildtool tsc && lessc less/ffe.less css/ffe.css --autoprefix" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d27089e01efb5feed58df9f4acd48981a8dd9e6f" | ||
"gitHead": "55ee3d40abaef9433c55aa993889e67c3f5c5abd" | ||
} |
@@ -17,5 +17,5 @@ # @sb1/ffe-core | ||
https://design.sparebank1.no/komponenter/typografi/ | ||
https://design.sparebank1.no/profil/farger/ | ||
https://design.sparebank1.no/profil/spacing/ | ||
* https://design.sparebank1.no/komponenter/typografi/ | ||
* https://design.sparebank1.no/profil/farger/ | ||
* https://design.sparebank1.no/profil/spacing/ | ||
@@ -48,2 +48,10 @@ ```less | ||
### Importing compiled CSS | ||
If your project does not use Less, you can import the compiled styling: | ||
```css | ||
@import '~@sb1/ffe-core/css/ffe.css'; | ||
``` | ||
## Theming with CSS custom properties | ||
@@ -50,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
79284
49
1730
101