Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
A Stylus-powered frontend toolkit based on Bootstrap.
Landscape is currently in early stages of development and breaking changes will most certainly be introduced. Recommended use for development purposes only.
To get started -- checkout the docs!
To install Landscape you must have nodejs installed.
$ npm install -g landscape
For automatic generation of linear gradient PNGs, install node-canvas (does not currently work on Windows):
$ npm install -g canvas
Note: You can install the packages locally by omitting the -g
switch, but for ease of use it's recommended to install them globally.
First you need access to Landscape within Stylus, this can be done with the Stylus executable or programatically.
$ stylus --use landscape mytheme.styl
For more info, see Stylus docs.
var landscape = require('landscape');
...
stylus.use(landscape());
Make a copy of the bootstrap theme and then change the variables inside config.styl
to suite your needs.
To make your app use your theme, just point it to your theme.styl
file and Stylus should do the rest.
You will have to clone the git repo, since the docs are not included in the npm package.
$ git clone git@github.com:esnme/landscape.git
Also make sure you get the submodules.
$ git submodule update --init
Install all npm packages and then run app.js
.
$ cd docs
$ docs/ npm update
$ docs/ node app.js
Note: If you're running Windows you will have to uncomment the canvas package in package.json
.
Since Stylus is extremely lenient code-wise (you can omit braces, colons and semi-colos) we have put this tiny coding convention in place for Landscape:
$
) dollar-sign:
) colon$color = #aaa
.button
color: $color
padding: 4px 10px
Copyright 2012 ESN Social Software AB
Copyright 2012 Twitter, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
FAQs
A Stylus-powered frontend toolkit based on Bootstrap.
The npm package landscape receives a total of 7 weekly downloads. As such, landscape popularity was classified as not popular.
We found that landscape demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.