diff options
author | MDN <actions@users.noreply.github.com> | 2021-09-02 00:46:31 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-09-02 00:46:31 +0000 |
commit | dda635dd6182e36ba9ac07810014cf15cf47e50a (patch) | |
tree | 8709a9561fbbd4b8980c519ed18a7f23d0560572 /files/ja/web/css | |
parent | 7f3490a71d7ce7251f6d59fd07e0f300cc8737a3 (diff) | |
download | translated-content-dda635dd6182e36ba9ac07810014cf15cf47e50a.tar.gz translated-content-dda635dd6182e36ba9ac07810014cf15cf47e50a.tar.bz2 translated-content-dda635dd6182e36ba9ac07810014cf15cf47e50a.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja/web/css')
-rw-r--r-- | files/ja/web/css/tools/index.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/files/ja/web/css/tools/index.html b/files/ja/web/css/tools/index.html deleted file mode 100644 index fb51e9d15d..0000000000 --- a/files/ja/web/css/tools/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: ツール -slug: Web/CSS/Tools -tags: - - CSS - - Guide - - NeedsUpdate - - ガイド -translation_of: Web/CSS/Tools ---- -<div></div> - -<p>CSS は強力な機能を多数提供していますが、その中には使いこなすのが面倒だったり、引数が多かったりするので、作業をしながら視覚化できると便利です。このページでは、これらの機能を使ってコンテンツのスタイルを整えるための CSS を構築するのに役立つ便利なツールへのリンクをいくつか紹介しています。</p> - -<p>{{LandingPageListSubpages}}</p> - -<h2 id="Other_tools" name="Other_tools">その他のツール</h2> - -<ul> - <li>CSS アニメーション - <a href="http://jeremyckahn.github.io/stylie/">Stylie</a></li> - <li>端末のディスプレイ情報を調べる ({{Glossary("responsive web design")}} で役立ちます) - <a href="http://mydevice.io">mydevice.io</a></li> - <li>CSS メニュー - <a href="http://cssmenumaker.com/">cssmenumaker.com</a></li> - <li>強力でモダンな CSS リンターで、一貫性のある規約を施行し、スタイルシートでのエラーを回避するのに役立ちます - <a href="https://stylelint.io/">stylelint</a></li> -</ul> - -<h2 id="See_also" name="See_also">関連情報</h2> - -<ul> - <li><a href="/ja/docs/Web/CSS">CSS</a></li> -</ul> |