Update site/content/learn/ckan.md

Co-authored-by: Virgo <virgoaugustine@gmail.com>
This commit is contained in:
Anuar Ustayev 2022-01-16 11:07:35 +06:00 committed by GitHub
parent 3509f5ec29
commit afddf84614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ npx create-next-app -e https://github.com/datopian/portal.js/tree/main/examples/
### Styling 🎨
We use Tailwind as a CSS framework. Take a look at `/styles/index.css` to see what we're importing from Tailwind bundle. You can also configure Tailwind using `tailwind.config.js` file.
We use Tailwind as a CSS framework. Take a look at `/styles/globals.css` to see what we're importing from Tailwind bundle. You can also configure Tailwind using `tailwind.config.js` file.
Have a look at Next.js support of CSS and ways of writing CSS: