Socket
Socket
Sign inDemoInstall

backon.css

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    backon.css

A moderm CSS reset


Version published
Weekly downloads
9
increased by800%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

[v1.5.8]

  • add
body {
    word-wrap: break-word; /* 允许单词换行    [ 避免因长单词不换行导致浏览器宽度拉伸, 导致 浏览器宽度 > 100% ] */
}

演示:http://output.jsbin.com/kowiraqide

Readme

Source

#backon.css

backon Logo

A modern CSS resets

Size npm license

Installation

npm install backon.css --save

// webpack , browserify
import 'backon.css/dist/backon.min.css'

// or require
require('backon.css/dist/backon.min.css')

// or use preprocessors(Sass, Less, Stylus) import
@import '~backon.css/dist/backon.min.css';

or

download backon.min.css

<link rel="stylesheet" href="libs/backon.min.css">

Features

  • 重置并统一浏览器样式,确保不同平台下浏览器显示效果一致
  • 修复常见的浏览器 bugs
  • 考虑响应式、移动设备,并确保向后兼容
  • 尽可能详细的注释说明

Browser support

  • Safari 6+
  • Internet Explorer 8+
  • Chrome、Firefox、Opera [ last two ]

License

MIT Copyright (c) 2016-present, cmp-cc

Keywords

FAQs

Last updated on 16 Feb 2017

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc