Giter VIP home page Giter VIP logo

elementalcss's Introduction

ElementalCSS

A classless CSS library with added utility classes.

You can use the following urls to link ElementalCSS to your site:

  • https://cdn.jsdelivr.net/gh/BinaryMoon/ElementalCSS/dist/elementalcss.min.css
  • https://cdn.jsdelivr.net/gh/BinaryMoon/ElementalCSS/dist/elementalcss.classless.min.css
  • https://cdn.jsdelivr.net/gh/BinaryMoon/ElementalCSS/dist/elementalcss.utility.min.css

More information is available on the website:

elementalcss's People

Contributors

binarymoon avatar

Stargazers

Aris avatar Davi Gray avatar ksuudilla avatar Matthias Reinholz avatar Rustie avatar BadCat Design avatar Dan Knauss avatar Andrew McCauley avatar Christopher Stephen Barnard avatar

Watchers

James Cloos avatar  avatar

elementalcss's Issues

Modernise sass build process

Hi @BinaryMoon. I think you could remove gulp from the build process and instead use sass and lightningcss to do everything gulp is doing. This would reduce your dev dependencies and may be faster to run dev/build.

Also, you could change from using @import to load the scss modules and instead use @use and @forward.

What do you think? I'm happy to send you a pull request if you wish.

Some Amazingly Dumb Questions

Hi Ben

Just received the "MasterWP" newsletter and saw the link to the CSS library you are working on. Really great idea/approach. Was tooling around a bit on the temp site you created and was just a little confused as to how to install the package of CSS files on my site. I'm not a full on dev so just need a bit more detail to understand how to implement this on my WP site.

  • When you send folks here on Github, there is no "DOWNLOAD" button. When I go here on Github, there are several additional files that are downloaded with the CSS files/package. Which is the right set of code to include on my WP site? How do I handle that on my server?
  • You note 3 files on the site yet there are 6 (understood the additional ones are compressed versions of the base 3 files) in the above GitHub link. Should I include all 6 on my server?
  • Assuming I can just take the 3 (or 6) CSS files, put them in a folder titled "elementalcss" on my server, and then @import them into my main CSS file that my Wordpress site uses?
  • Is it possible/acceptable to simply @import the 'raw' CSS files directly into my WP CSS file so that way whenever you make updates to the base code, it will be updated automatically on my site?

Thanks
Stephen

Flex-direction utils

Hi, this looks like a really nice headless css library.

I was reading through the dist css and noticed you have two utility classes for flex-direction that do the same job:

.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-d-c {
	flex-direction: column;
}
.flex-d-r {
	flex-direction: row;
}

I wasnโ€™t sure if this was an error or intentional when looking at the _flex.scss?

Otherwise, on first read it looks great ๐Ÿ‘. I really like the clear and concise utility class names.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.