File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,42 @@ Or include it directly via CDN:
2525```
2626
2727## Integration
28+
29+ Depending on the features you need, you can import different CSS files:
30+
31+ All:
32+ ``` js
33+ import ' modulatecss/dist/css/modulate.min.css' ;
34+ ```
35+
36+ Fluid Sizing Full:
37+ ``` js
38+ import ' modulatecss/dist/css/modulate-fluid-sizing.min.css' ;
39+ ```
40+
41+ Fluid Sizing Classic:
42+ ``` js
43+ import ' modulatecss/dist/css/modulate-fluid-sizing-classic.min.css' ;
44+ ```
45+
46+ Fluid Sizing Modern:
47+ ``` js
48+ import ' modulatecss/dist/css/modulate-fluid-sizing-modern.min.css' ;
49+ ```
50+
51+ Advanced Module Grid:
52+ ``` js
53+ import ' modulatecss/dist/css/modulate-grid.min.css' ;
54+ ```
55+
56+ Advanced Header:
57+ ``` js
58+ import ' modulatecss/dist/css/modulate-header.min.css' ;
59+ ```
60+
61+ Remember to replace 'modulatecss' with the path to your node_modules directory if you installed via npm, or with the CDN URL if you're using a CDN.
62+
63+
2864** Next.js:**
2965
3066``` javascript
@@ -97,4 +133,4 @@ For more information, visit the [GitHub repository](https://github.com/byteyard/
97133To report bugs or request features, please use the [ issue tracker] ( https://github.com/byteyard/modulatecss/issues ) .
98134
99135## License
100- This project is licensed under MIT.
136+ This project is licensed under MIT.
You can’t perform that action at this time.
0 commit comments