New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

semantic-ui-less-importable

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-ui-less-importable

An importable and overridable version of the Semantic-UI less

  • 2.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Semantic UI Less Importable CircleCI

Derived from Semantic UI.

There are two main differences with the default Semantic UI:

  1. This version will feel more like the bootstrap less code base, such that you only need to import the library once then you are free to structure code as desired.
  2. The variables have been renamed to allow for cross component comparability. All variables are prefixed with the component name. Eg. For buttons, @textColor becomes @buttonTextColor.

Installation

npm install semantic-ui-less-importable

The versions in npm track the semantic-ui versions.

Usage

In a less file:

@import "../../node_modules/semantic-ui-less-importable/semantic";
/*
  Override variables and styles here
*/

Setup

Install python 3

Install dependencies

npm install

Build

The script targets the version of semantic specified in the version.py file. The script creates a npm package in the dist folder, containing the rewritten semantic less source.

npm run build

Output can be found in the dist folder.

Testing

The following command runs a simple smoke test of the less

npm run test

Publish

The rewritten source code can be published to npm.

npm run publish

FAQs

Package last updated on 06 Jun 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc