Skip to content

matthewmatician/normalize.css

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 5 commits ahead, 206 commits behind necolas:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

A starter boilerplate for new front-end projects

I'm using this css file as a copy-paste for an initial _base.scss file. These rules are to be used as a base, and modified to fit a project's needs.

Based upon normalize.css v2.0.1

This is based up on normalize.css, but is meant for SASS use. I have modified the commenting structure to be more succinct by incorporating '//' comments. This also allows me to turn rules on and off easily with '/*' comments.

Now, I know that '//' comments aren't allowed in css files. That's ok with me. I'm just using them to start a scss file anyway. But why not rename the file to be a .scss file, you ask? Well, if @necolas updates his normalize.css, I'd like to merge his changes. If I rename the file, this will make things tougher to do with git.

About Normalize.css

Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.

Check out normalize

About

A modern, HTML5-ready alternative to CSS resets

Resources

License

Stars

Watchers

Forks

Packages

No packages published