Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.52 KB

File metadata and controls

11 lines (7 loc) · 1.52 KB

Custom CSS

This example project is using TailwindCSS. TailwindCSS is a utility-first framework to provide a lot of utility classes to design the website directly in the markup without the need to write additional classes. For more information on how to use tailwind please refer to the offical documentation linked above.

Using TailwindCSS is strongly optinonated and if you don’t want to use it you can of course remove the library. To do so, undo the steps listed in the offical installation guide for Nuxt.js. Keep in mind that you also have to update all components and CSS files where Tailwind utilities have been used.

Other than that the Crownpeak PWA Template does not provide any special styling functionalities besides what the underlying frameworks Nuxt.js and Vue.js provide. Please refer to the respective documentations for detailed information on how to get the most out of the styling capabilities.