
Drupal 8/9 boilerplate theme with Webpack, Tailwind CSS, Sass, Babel and more.
NoFrills is a clean Drupal 8/9 starter theme (or boilerplate) that comes with a range of useful features including Webpack, Tailwind CSS, SASS, Autoprefixer, Babel, Uglify, and Imagemin. Its main goal is to provide a stable base theme with minimal classes and wrapping divs in HTML, making it easier and cleaner to develop custom designs quickly.
Base theme stability: By using NoFrills, you will have a solid base theme with only the necessary classes and wrapping divs in your HTML. This helps to keep your code clean and focused on the specific design elements you want to create.
Webpack-powered transformations: NoFrills utilizes Webpack to handle and watch transformations for Sass (with Autoprefixer), JavaScript (ES6 with Babel), and images (imagemin). This allows you to easily compile and minify your code for optimal performance.
Tailwind CSS integration: NoFrills incorporates Tailwind CSS, a utility-first CSS framework, which enables you to quickly build custom designs by utilizing its extensive utility classes. This greatly speeds up the design process and helps maintain consistency throughout your project.
NoFrills is a Drupal 8/9 starter theme that offers a range of features to simplify and enhance the development process. With its stable base theme, Webpack-powered transformations, and integration of Tailwind CSS, developers can quickly build and customize their designs while maintaining clean and efficient code. The installation process is straightforward, and with the ability to optimize assets for production, NoFrills is a valuable tool for Drupal development projects.

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.