![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@umbraco-ui/uui-css
Advanced tools
UUI-CSS package contains css files which can be included in your project or components if needed
uui-font
class on your root element.uui-text
class in your root element.Bundle:
For the best results you should include the uui-css.css
bundle in your project, which contains all the css files and custom variables:
<!-- Latest Version -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui-css@latest/dist/uui-css.css" />
<!-- Specific version -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui-css@x.x.x/dist/uui-css.css" />
If you want to have fine-grained control over the CSS files, you can install the @umbraco-ui/uui-css
package.
npm i @umbraco-ui/uui-css
For a build system like Vite, the styling could be included like this if you want to control the styling and variables with the build system:
// app.ts
import '@umbraco-ui/uui-css/dist/custom-properties.css';
import '@umbraco-ui/uui-css/dist/uui-font.css';
import '@umbraco-ui/uui-css/dist/uui-text.css';
Or you can just import the compiled bundle at once:
// app.ts
import '@umbraco-ui/uui-css/dist/uui-css.css';
FAQs
Umbraco UI css component
The npm package @umbraco-ui/uui-css receives a total of 887 weekly downloads. As such, @umbraco-ui/uui-css popularity was classified as not popular.
We found that @umbraco-ui/uui-css 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
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.