@carbon/layout
Advanced tools
Comparing version 10.1.1 to 10.2.0
@@ -294,3 +294,4 @@ # Sass API | ||
Get the infix for a given breakpoint in a list of breakpoints. Usesful for generate the size part in a selector, for example: `.prefix--col-sm-2`. | ||
Get the infix for a given breakpoint in a list of breakpoints. Usesful for | ||
generate the size part in a selector, for example: `.prefix--col-sm-2`. | ||
@@ -297,0 +298,0 @@ <details> |
{ | ||
"name": "@carbon/layout", | ||
"description": "Layout helpers for digital and software products using the Carbon Design System", | ||
"version": "10.1.1", | ||
"version": "10.2.0", | ||
"license": "Apache-2.0", | ||
@@ -22,7 +22,7 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "yarn clean && bundler bundle src/index.js --name CarbonLayout && bundler sassdoc 'scss'", | ||
"build": "yarn clean && bundler bundle src/index.js --name CarbonLayout && bundler sassdoc 'scss/*.scss'", | ||
"clean": "rimraf es lib umd" | ||
}, | ||
"devDependencies": { | ||
"@carbon/bundler": "10.1.1", | ||
"@carbon/bundler": "10.2.0", | ||
"rimraf": "^2.6.2" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "0931cfcf4a7636d6e3f5aff3ab8d7d7f2d4ecb99" | ||
"gitHead": "e71825a0cf44f6f41fee7d2b0dd9c57d7bda126a" | ||
} |
# @carbon/layout | ||
> Layout helpers for digital and software products using the Carbon | ||
> Design System | ||
> Layout helpers for digital and software products using the Carbon Design | ||
> System | ||
## Getting started | ||
To install `@carbon/layout` in your project, you will need to run the | ||
following command using [npm](https://www.npmjs.com/): | ||
To install `@carbon/layout` in your project, you will need to run the following | ||
command using [npm](https://www.npmjs.com/): | ||
@@ -15,4 +15,4 @@ ```bash | ||
If you prefer [Yarn](https://yarnpkg.com/en/), use the following | ||
command instead: | ||
If you prefer [Yarn](https://yarnpkg.com/en/), use the following command | ||
instead: | ||
@@ -26,4 +26,4 @@ ```bash | ||
`@carbon/layout` provides a couple of useful utilities alongside the | ||
specification for the grid system for the IBM Design Language. This | ||
package includes: | ||
specification for the grid system for the IBM Design Language. This package | ||
includes: | ||
@@ -38,10 +38,9 @@ | Feature | Description | | ||
One important thing to remember is that `@carbon/layout` is not | ||
responsible for the grid itself. If you are looking for a grid | ||
implementation to use, definitely checkout the [`@carbon/grid`](../grid) | ||
package. | ||
One important thing to remember is that `@carbon/layout` is not responsible for | ||
the grid itself. If you are looking for a grid implementation to use, definitely | ||
checkout the [`@carbon/grid`](../grid) package. | ||
`@carbon/layout` provides the above features in both Sass and | ||
JavaScript. If you're looking for support in a different language, | ||
feel free to file an issue proposing the new addition! | ||
`@carbon/layout` provides the above features in both Sass and JavaScript. If | ||
you're looking for support in a different language, feel free to file an issue | ||
proposing the new addition! | ||
@@ -56,6 +55,5 @@ ## 📖 API Documentation | ||
We're always looking for contributors to help us fix bugs, build new | ||
features, or help us improve the project documentation. If you're | ||
interested, definitely check out our [Contributing Guide](/.github/CONTRIBUTING.md) | ||
! 👀 | ||
We're always looking for contributors to help us fix bugs, build new features, | ||
or help us improve the project documentation. If you're interested, definitely | ||
check out our [Contributing Guide](/.github/CONTRIBUTING.md) ! 👀 | ||
@@ -62,0 +60,0 @@ ## 📝 License |
Sorry, the diff of this file is not supported yet
104904
17
59