![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@croud-ui/css
Advanced tools
Croud control css library powered by [tailwindcss](https://tailwindcss.com/) and configured using [@croud-ui/tokens](../tokens/README.md).
Croud control css library powered by tailwindcss and configured using @croud-ui/tokens.
We recommend consuming this package with tailwindcss and extending our tailwind config defined in this package.
To do that, you will need to run the following command in your project:
yarn add @croud-ui/css tailwindcss --dev
This package also generates a minified css file containing all the generated tailwind utility classes.
You can import this external stylesheet by adding this link tag to your HTML document:
<link
rel="stylesheet"
href="https://unpkg.com/@croud-ui/css/dist/main.min.css"
/>
You can extend our tailwind config by importing this package into your projects tailwind.config.js
file:
// tailwind.config.js:
const baseConfig = require("@croud-ui/css");
const { defaultsDeep } = require("lodash");
module.exports = defaultsDeep(
{
// override and extend tailwind config here
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
},
baseConfig
);
Please refer to the tailwind docs for further installation and set up instructions.
Licensed under the MIT License
FAQs
Croud control css library powered by [tailwindcss](https://tailwindcss.com/) and configured using [@croud-ui/tokens](../tokens/README.md).
The npm package @croud-ui/css receives a total of 0 weekly downloads. As such, @croud-ui/css popularity was classified as not popular.
We found that @croud-ui/css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.