Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage without build tools and/or JS? #894

Open
aolko opened this issue Feb 15, 2023 · 3 comments
Open

Usage without build tools and/or JS? #894

aolko opened this issue Feb 15, 2023 · 3 comments

Comments

@aolko
Copy link

aolko commented Feb 15, 2023

how do i get myself a plain old css styles without using build tool or js in any capacity?

@WebMechanic
Copy link

@aolko how about simply writing CSS then?
CSS is no magic language that need compilation.
Open a text file, type CSS, save with .css extension, load in the browser, done. 😄

You can use a pre-processor to help you organizing your style modules or manage design tokens.
I personally don't consider Sass a "build tool" and it don't require node.

@aolko
Copy link
Author

aolko commented Apr 9, 2023

I would like to have a good ol' bourbon-like kit of classes to build upon in scss or plain css and not whatever you mentioned, thanks.

@WebMechanic
Copy link

You probably misunderstood the whole scope and purpose of this package?

What you probably want is sth. in the realm of Bulma, Basscs or even Foundation or Bootstrap. They give you a buttload of CSS to cobble together, used or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants