Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@roots/bud-tailwindcss
Advanced tools
A plugin which adds tailwindcss support to @roots/bud projects.
yarn add @roots/bud-tailwindcss --dev
bud.use('@roots/bud-tailwindcss')
You should now be good to utilize tailwind in your project. You can use it with scss or postcss. The parser used is based on the extension you save the source file with.
bud.tailwind(...options)
Use the tailwind
config function to specify a tailwindcss file to use in your project.
This only applies if your tailwind file is not
locatable in the root of your project with the name tailwind.config.js
.
bud.tailwind(bud.project('path/to/config.js'))
You can also provide your tailwind config as an object, should you prefer.
bud.tailwind({
theme: ({theme}) => ({
colors: {},
}),
})
Contributions are welcome from everyone.
We have contributing guidelines to help you get started.
Help support our open-source development efforts by becoming a patron.
Keep track of development and community news.
FAQs
Adds tailwindcss support to Bud
The npm package @roots/bud-tailwindcss receives a total of 4,206 weekly downloads. As such, @roots/bud-tailwindcss popularity was classified as popular.
We found that @roots/bud-tailwindcss demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.