fluidcube v1.1.6
fluidcube
Editing
You can either edit the fluidcube stylesheet directly, or add style rules in your index stylesheet.
@layer fluidcube.global {
Edit/add global styles here
}
@layer fluidcube.blockException {
Edit/add block/component and block/component exception styles here
}
You can also extend the other layers in your index stylesheet, if you really want to.
@layer fluidcube.reset {
}
@layer fluidcube.utility {
}
@layer fluidcube.composition {
}
Layer cascade from bottom to top is:
reset, global, composition, utility, blockException
. All are wrapped in thefluidcube
layer.
CSS
Include the styles by adding
@import 'location/of/fluidcube.css';
at the top of your index stylesheet.
Sass/Scss
Include the styles by adding
@use 'location/of/fluidcube.scss';
at the top of your index stylesheet.
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago