Skip to content

Conversation

@yamitake
Copy link
Member

@yamitake yamitake commented Jan 8, 2026

Motivation

  • Align the Quickstart example with the package's expected import path so consumers can require the published package using require('nonecss/src/presets/none-preset').
  • Clarify how to use the preset directly from the repository when developing by documenting the local path alternative require('./src/presets/none-preset').

Description

  • Updated README.md Quickstart step to use require('nonecss/src/presets/none-preset') instead of the previous package path.
  • Added an inline comment showing the local-repo usage require('./src/presets/none-preset') for developers working with the source tree.
  • No source code or build scripts were modified; this is a documentation-only change to the Quickstart instructions.

Testing

  • No automated tests were run because this is a documentation-only change.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants