Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 406 Bytes

File metadata and controls

executable file
·
11 lines (7 loc) · 406 Bytes

Comstor

Comstor using Lumious

Reset Gems in Local Environment

Resetting your local development environment may be required to use the correct versions of SASS and Grunt.

Paste this command into Terminal:

    gem uninstall compass && gem uninstall sass && gem uninstall susy && gem uninstall modular-scale && gem install compass && gem install susy && gem install modular-scale