/css-grid-app

Examples of CSS Grid Layout

Primary LanguageJavaScript

CSS Grid Layout Examples

Basic examples for using CSS Grid Layout, presented in a React app.

Installation and Usage

  • Clone the repo
  • Run npm install
  • Run npm start

For simplicity, the Sass has been compiled to CSS using the Sass rubygem. To use, do the following:

  • Install Sass gem gem install sass
  • In project root, run sass --watch sass/main.scss:src/index.css to enable Sass watching