# [VCL](https://vcl.github.io/vcl/) - @vcl/vcl

The `@vcl/vcl` package contains all modules that are part of the VCL and
provides different entry points for imports.

## Installation

```sh
npm install @vcl/vcl --save
```

## Usage

The package's default import includes the all components.

```scss
@use "~@vcl/vcl";
```
