Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tidio-css

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tidio-css

CSS library that helps creating Tidio tools in one style

  • 1.6.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

How to start using?

Just install with npm or yarn:

npm install tidio-css

and include from node_modules:

<link href='/node_modules/tidio-css/css/styles.css' rel='stylesheet' type='text/css'>

or you can use unpkg CDN:

https://unpkg.com/tidio-css/css/styles.css

and link it simply:

<link href='https://unpkg.com/tidio-css/css/styles.css' rel='stylesheet' type='text/css'>

How to start developing?

You can just run command

yarn run plz-install-ruby-stuff

or follow bellow instructions:

1. Installing Ruby Gems

sudo apt-get install rubygems && sudo apt-get install ruby-dev

2. Installing SASS

Full instruction is available on Official SASS Docs

#####tl;dr (linux)

If you don't have sass on your machine:

sudo gem install sass --no-user-install

then:

gem install sass

or if line upon doesn't work:

sudo gem install sass

and then check if everything gone correct:

sass -v

Congratulations! You've successfully installed Sass. #####Go and play.

Keywords

FAQs

Package last updated on 28 Aug 2017

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