rsnext/examples/with-next-css
Tim Neutkens b5080f1010 Update css examples to use built-in CSS support (#10029)
* Update tailwind example

* Update blog-starter example

* Update with-next-css example

* Update with-quill-js

* Update with-rbx-bulma-pro

* Remove incompatible example

* Update with-react-multi-carousel

* Update-with-semantic-ui

* Update with-videojs example

* Remove @zeit/next-css from package.json of updated examples

* Remove deprecated examples

* Remove target from all examples

* Update package.json

* Apply suggestions from code review

Co-Authored-By: Joe Haddad <timer@zeit.co>

Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-01-10 09:09:28 -05:00
..
component Update css examples to use built-in CSS support (#10029) 2020-01-10 09:09:28 -05:00
pages Update css examples to use built-in CSS support (#10029) 2020-01-10 09:09:28 -05:00
package.json Update css examples to use built-in CSS support (#10029) 2020-01-10 09:09:28 -05:00
README.md Update css examples to use built-in CSS support (#10029) 2020-01-10 09:09:28 -05:00
style.css Update css examples to use built-in CSS support (#10029) 2020-01-10 09:09:28 -05:00

next-css example

Deploy your own

Deploy the example using ZEIT Now:

Deploy with ZEIT Now

How to use

Using create-next-app

Execute create-next-app with Yarn or npx to bootstrap the example:

npx create-next-app --example with-next-css with-next-css-app
# or
yarn create next-app --example with-next-css with-next-css-app

Download manually

Download the example:

curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-next-css
cd with-next-css

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with now (download):

now

The idea behind the example

This example demonstrates how to use Next.js' built-in CSS imports and CSS modules support.