Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: O-krazyhell-O/css-normalize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aleksanderlamkov/css-normalize
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 13 files changed
  • 5 contributors

Commits on Jun 13, 2025

  1. Изменение селектора

    Предыдущий селектор не работает так как надо из-за особенности псевдокласса :where(), из-за этого у последних тегов p без атрибута класса всё равно применялись внешние отступы снизу
    O-krazyhell-O authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    c604d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27776ac View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. feat: v1.2.0

    - Переименован `index.css` → `normalize.css`
    - Добавлена минифицированная версия `normalize.min.css` (генерация через PostCSS + cssnano)
    - Удалён тяжёлый селектор `:has(:target)` для повышения производительности
    - Расширена нормализация внешних отступов для `fieldset`
    - Обновлён README: примеры CDN, changelog, структура
    - Обновлён порядок полей в `package.json` согласно best practices
    aleksanderlamkov committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    cc4bdd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. feat: v1.2.1

    - Исправлен селектор для `<p>`
    aleksanderlamkov committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    9c3d3c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    0201926 View commit details
    Browse the repository at this point in the history
  2. build

    aleksanderlamkov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    7100bfb View commit details
    Browse the repository at this point in the history
  3. 1.2.2

    aleksanderlamkov committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    5496368 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    d771104 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Merge pull request aleksanderlamkov#9 from zhaslansabyr/main

    refactor: merge duplicate html selectors into a single block
    aleksanderlamkov authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    40b0059 View commit details
    Browse the repository at this point in the history
  2. feat: add SCSS wrapper for SCSS import support

    a.lamkov committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    521fe76 View commit details
    Browse the repository at this point in the history
  3. 1.2.3

    a.lamkov committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    641305e View commit details
    Browse the repository at this point in the history
  4. chore(release): update README about SCSS support

    a.lamkov committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    e58c282 View commit details
    Browse the repository at this point in the history
  5. 1.2.4

    a.lamkov committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    6fe0600 View commit details
    Browse the repository at this point in the history
Loading