# Linaria > Linaria exposes a core`css`method alongside with small, but just enough amount of helpers. Inside`@linaria/core`module you can find following methods: ## Pages - [Linaria Documentation](docs-api.md): Linaria exposes a core`css`method alongside with small, but just enough amount of helpers. Inside`@linaria/core`m... - [Linaria Documentation](docs-atomic-css.md): Atomic CSS is an approach to styling that reduces payload sizes for style delivery, and allows style composition and ... - [Linaria Documentation](docs-basics.md): Linaria uses the [tagged template literal syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/T... - [Linaria Documentation](docs-benefits.md): Unlike regular CSS, Linaria will generate scoped class names so that there's no collision between multiple styles in ... - [Linaria Documentation](docs-bundlers-integration.md): - webpack - [Linaria Documentation](docs-cli.md): Linaria CLI (`@linaria/cli`) allows you to extract CSS from your source files using a command line. - [Linaria Documentation](docs-configuration.md): Linaria uses [WyW-in-JS](https://wyw-in-js.dev) under the hood and can be customized using a JavaScript, JSON or YAML... - [Linaria Documentation](docs-critical-css.md): Since Linaria extracts the CSS statically at build time, you don't need to setup a server rendering. Usually, critica... - [Linaria Documentation](docs-dynamic-styles.md): Sometimes we have some styles based on component's props or state, or dynamic in some way. If you use the`styled`he... - [Linaria Documentation](docs-feature-flags.md): Feature flags are used to enable or disable specific features provided. The`features`option in the configuration al... - [Linaria Documentation](docs-how-it-works.md): Linaria consists of 2 parts: - [Linaria Documentation](docs-linting.md): There are separate installations based on whether you use stylelint v13 or stylelint v14 - [Linaria Documentation](docs-migration-guide.md): The main breaking change is that all tooling has been moved from the`@linaria`scope to the`@wyw-in-js`scope. This... - [Linaria Documentation](docs-theming.md): There are several approaches you can use for theming. Depending on the browser support and requirements, you can pick... - [Linaria Documentation](main-readme.md): Zero-runtime CSS in JS library.