mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Stefano Pigozzi
d603f0ab1f
* Work on improving examples * Fix toggles * Create the `unpkgTargets` and `yarnTargets` variables * Allow interaction again * Add media screen to color rules * Configure default colors and fonts * Configure panel min-width in the example page * Remove the need for a examples index.css * Place selectorsets in the same chapter as rulesets * Rework images and build script * Tweak todo rendering * Do not bother styling range * Create layouts and fix bold code * Update text and readme
11 lines
254 B
Text
11 lines
254 B
Text
// Mixins
|
|
@import (less) "../src/mixins/bg.less";
|
|
@import (less) "../src/mixins/fonts.less";
|
|
@import (less) "../src/mixins/hsl.less";
|
|
|
|
// Selector
|
|
@import (less) "../src/selectorsets/module.less";
|
|
|
|
// Rule
|
|
@import (less) "../src/rulesets/classic.less";
|
|
|