You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a CSS linter made with Ruby to check for some basic styling rules on any CSS files found in a project folder. The linter will check a file in a specific path passed as an argument or look for all the files in the project and check them if no path is provided, and will give a report via the command line of what it found.
This is a Ruby capstone project provided by Microverse for learning purposes. For this project I have created a CSS-Linter with 4 rules ie no-duplicate-selectors, valid-units, lenght-zero-no-unit and selector-typecase.