/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./*.html"], theme: { extend: {}, }, plugins: [], } /** @type {import('tailwindcss').Config ...
In this folder, you'll find Sass project organized into clean and modular directories. The styles for your website are written in Sass (Syntactically Awesome Style Sheets), which is an extension of ...