@diotoborg/eum-porro v6.9.92
Installation
- install cssmolecule
npm install cssmolecule
- install analsorhost-simple-bootstrap
npm install @diotoborg/eum-porro
Usage
- in your
main.jsx
ormain.tsx
ormain.js
file import the following:
import "cssmolecule";
import "@diotoborg/eum-porro";
// your sass entry point
import "./scss/main.scss";
Alternatively you can also import the files in your sass.
@import "cssmolecule/main.scss";
@import "@diotoborg/eum-porro/scss/bootstrap.scss";
- use it like this
// include what you want you want from the framework
// reboot/normalize
@include reboot;
// utilities
@include api;
// forms
@include forms;
// buttons
@include buttons;
.form {
// you can use extend, apply or class
@include extend("form-inline py-3");
// your custom styles
input,
textarea {
@include extend("form-control my-2 px-4");
}
button {
@include extend("btn btn-primary w-100");
// customize without using !important
background-color: red;
}
}
// to extend a class
.form-2 {
@include extend("form", ".");
}
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago