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

backstage-ui-styles

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backstage-ui-styles - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

scss/components/_tabs.scss

2

package.json
{
"version": "0.0.7",
"version": "0.0.8",
"devDependencies": {

@@ -4,0 +4,0 @@ "node-sass": "^4.5.2",

@@ -5,4 +5,42 @@ # Backstage UI [![Build Status](https://secure.travis-ci.org/backstage-ui/backstage-ui.png?branch=master)](https://travis-ci.org/backstage-ui/backstage-ui)

## Live Example & Documentation
Checkout our website with a [live demo](https://backstage-ui.github.io/backstage-ui)!
## Developing
To run the development server and see the examples:
```sh
cd website && yarn && yarn start
git clone git@github.com:backstage-ui/backstage-ui.git
cd backstage-ui/
make setup
make run
```
Then visit http://localhost:3000 on your browser.
```sh
make unit
```
To lint local source files:
```sh
make lint
```
To run tests and lint:
```sh
make test
```
## Dependencies
Backstage-UI depends on [Sass](http://sass-lang.com/) to build style assets.
## License
Backstage-UI is licensed under the [MIT license](LICENSE).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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