https://github.com/re-taro/atra.css
A lightly modern reset CSS.
https://github.com/re-taro/atra.css
css reset reset-css
Last synced: 8 days ago
JSON representation
A lightly modern reset CSS.
- Host: GitHub
- URL: https://github.com/re-taro/atra.css
- Owner: re-taro
- License: mit
- Created: 2023-04-09T07:27:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T21:46:46.000Z (11 days ago)
- Last Synced: 2026-03-01T00:46:24.867Z (11 days ago)
- Topics: css, reset, reset-css
- Language: Svelte
- Homepage: https://atra.re-taro.dev
- Size: 897 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atra.css
A lightly modern reset CSS.
[](https://www.npmjs.com/package/atra.css)

[](https://github.com/re-taro/atra.css/actions/workflows/ci.yml)
## About
atra.css is a modern CSS library that provides cross-browser default styles.
note: atra is the protagonist of the Atra-Hashith epic. The character who appears in the so-called "Legend of the Flood" and who corresponds to Noah, the protagonist of "Noah's Ark" recorded after the sixth chapter of "Genesis" in the "Old Testament".
## Installation
You can install atra.css using any package manager, or a CDN.
### npm
```
npm install atra.css
```
### CDN
```
https://unpkg.com/atra.css@latest/dist/atra.min.css
```
## Usage
You can use atra.css by importing it into your project.
### Import
```scss
@import '~atra.css';
```
### HTML
```html
```
## Usage with "CSS in JS"
You can also use atra.css with "CSS in JS" libraries like Emotion.
```jsx
import { css, Global } from '@emotion/react';
import resetCSS from 'atra.css/dist/raw';
const globalStyle = css`
${resetCSS}
`;
export const CSSReset = () => ;
```
### Variations
It is available in node_modules directory:
* `atra.css`: raw CSS file
* `atra.min.css`: minified CSS file (recommended for production)
## Support
> **Warning**
> Support for modern browsers.
atra.css supports modern browsers, but does not support IE11 or other legacy browsers.