Thoughts : Making of NextGenCSS
SO, ye
I want to make something using coding
Not any app or any clone (thats for weak , who creates app using coding ? lil boi)
I want to create cool libraries like React , OpenGL, Unity (deez r kool)
So , I decided to make a CSS framework or library , I thought that will be easy and it can help weak frontend devs .....
Also , i want to make my own because i dont want to learn others short names for utility like pd,mg etc ....
To avoid repetition in code , i decided to use preprocessors like SaSS
Yes , i am writing this after very long time to start this
So its a nice hobby project for me
Also i have to work a lott creating docs, code , updating everything , examples and marketing .....................
Currently after questioning about the existence of this framework
i decided to revolutionize CSS actually by doing something not done before (*ithink)
By introducing , custom classes names
Firstly , Use it if you want to create custom syntax for you team's CSS classes , or want your own names in a CSS library
To use it Install the project (For installation check below).
Install all dependencies
Then change the file /src/syntax/_syntax.scss
and change the name of your wish like
$syntax : (
...other code
padding : "my-padding",
..other code
);
And then Run build.sh
file in root folder
$ build.sh
Now you can copy the file /src/index.css
and use it in your project
// Yes i copied the explanation of this feature from docs ***
So , do check it out
12 stars currently
pls make it to 100
Todays date : 6-March-2024