Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
coc-class-css
Advanced tools
coc-class-css
CoC is an autocompletion plugin of CSS/PostCSS/SCSS
classes in HTML like markup.
All you need is to configure root css files to start from.
v0.0.80+
:CocInstall coc-class-css
Place a .coc-class-css.json
file alongside of your package.json
like this:
{
"cssRoots": ["./src/index.css"],
"classAttributes": ["class"]
}
Where cocRoots
specifies css files to process. Local @import
directives are supported as well.
coc-class-css.languages
List of file types for which this plugin will be activated.
Default: ["html", "svelte", "vue", "javascriptreact"]
coc-class-css.cssRoots
Initial set of css files.coc-class-css.classAttributes
List of class
like HTML attributes to trigger autocompletion. Default: ["class"]
Note: tailwindCSS.classAttributes
is also taken into account.For correct autocompletion for keywords with dashes it also recommended to setup b:coc_additional_keywords
autocmd FileType * let b:coc_additional_keywords = ["-"]
FAQs
CSS class completions in html markup everywhere
The npm package coc-class-css receives a total of 0 weekly downloads. As such, coc-class-css popularity was classified as not popular.
We found that coc-class-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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.