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

landscape

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

landscape - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/components/pager.styl

2

package.json
{
"name": "landscape",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Stylus-powered frontend toolkit based on Bootstrap.",

@@ -5,0 +5,0 @@ "keywords": ["css", "stylus", "toolkit", "bootstrap"],

@@ -47,3 +47,3 @@ LANDSCAPE

stylus.use(landscape());
``
```

@@ -84,6 +84,16 @@ ### Customize the theme

- All braces and colons are omitted
- All braces and semi-colons are omitted
- Variables are prepended with (`$`) dollar-sign
- Properties are appended with (`:`) semi-colon
- Properties are appended with (`:`) colon
### Example
```stylus
$color = #aaa
.button
color: $color
padding: 4px 10px
```
Copyright and license

@@ -90,0 +100,0 @@ ---------------------

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